home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-11 | 549 b | 25 lines |
- #
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- TCL_LIBRARY = /sprite/lib/tcl
-
- CFLAGS += -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
-
-
- #include <$(SYSMAKEFILE)>
-
- #ifmake debug
- CFLAGS := $(CFLAGS:S/-O//g)
- CFLAGS += -DTCL_MEM_DEBUG
- #endif
-
- install :: install_lib
-
- install_lib ::
- update -l -m 444 library/* /sprite/lib/tcl
-
-